Network Analysis

  1. Connect to Twitter API
  2. Get user's followers and friends
  3. Create network

In [1]:
from IPython.core.display import HTML
styles = open("../css/custom.css", "r").read()
HTML(styles)


Out[1]:

In [ ]: